home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_4 / strip / src / smakefile < prev    next >
Makefile  |  1994-08-29  |  195b  |  13 lines

  1.  
  2. LIBS = lib:sc.lib+lib:amiga.lib
  3.  
  4. /Strip: Strip.o
  5.     slink Strip.o to /Strip sd sc nd lib $(LIBS)
  6.     protect /Strip +p
  7.  
  8. Strip.o: Strip.c
  9.     sc Strip.c
  10.  
  11. doc:
  12.     groff -Tlatin1 -man Strip.V37 > /Strip.man
  13.